func slices.MinFunc

one use

	slices (current package)
		sort.go#L79: func MinFunc[S ~[]E, E any](x S, cmp func(a, b E) int) E {